Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / config-description / {providerId}

Path parameters:
realm - realm name (not id!)
providerId -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/authentication/config-description/{providerId} 

Method Detail

GET /admin/realms/{realm}/authentication/config-description/{providerId}

HTTP Example:
GET /admin/realms/{realm}/authentication/config-description/{providerId}
API Example:

AuthenticationManagementResource.getAuthenticatorConfigDescription({'realm': /* name realm name (not id!) */,
  'providerId': …});

Output:
AuthenticatorConfigDescription
Produces:
application/json

Keycloak REST Services 1.5.0-Final